From: Gavin Lai (賴建宇) Date: Mon, 18 Aug 2025 14:50:37 +0000 (+0800) Subject: Fix Lintian info file-references-package-build-path in Doxygen docs X-Git-Tag: archive/raspbian/2.2.1-3+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=5e4e9cbdb3b917d710d19128c1977136dbf45a2e;p=libgpiod.git Fix Lintian info file-references-package-build-path in Doxygen docs Forwarded: not-needed Last-Update: 2025-02-22 This patch updates docs/Doxyfile to set FULL_PATH_NAMES to NO. By doing so, it prevents absolute build paths from being embedded in the generated document. This patch fixes the following Lintian info message: I: libgpiod-doc: file-references-package-build-path Last-Update: 2025-02-22 Gbp-Pq: Name docs-disable-full-path-names --- diff --git a/docs/Doxyfile b/docs/Doxyfile index 8c5b5df..4db876d 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -10,3 +10,4 @@ GENERATE_XML = YES WARN_IF_UNDOCUMENTED = YES QUIET = YES EXTRACT_ALL = YES +FULL_PATH_NAMES = NO